Update to rust-2015-04-02
authorAlex Crichton <alex@alexcrichton.com>
Thu, 2 Apr 2015 18:12:21 +0000 (11:12 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Thu, 2 Apr 2015 23:28:53 +0000 (16:28 -0700)
commit80fe0e6df65f64bf7d159c986771c4e3374deb62
tree56cce14b63365955612640cd1eb6ce0cc9c5403b
parent84d6d2c7d6d8c28e3c1b10c2ec43032f75fd3c44
Update to rust-2015-04-02

Along the way, this also removes the ability to specify `[[lib]]` targets while
getting warnings. While we're at it remove nearly all unstable features that
Cargo is depending on as well!
37 files changed:
Cargo.lock
Cargo.toml
src/bin/cargo.rs
src/bin/read_manifest.rs
src/bin/verify_project.rs
src/cargo/core/package_id.rs
src/cargo/core/package_id_spec.rs
src/cargo/core/resolver/mod.rs
src/cargo/core/source.rs
src/cargo/core/summary.rs
src/cargo/lib.rs
src/cargo/ops/cargo_clean.rs
src/cargo/ops/cargo_compile.rs
src/cargo/ops/cargo_package.rs
src/cargo/ops/cargo_read_manifest.rs
src/cargo/ops/cargo_run.rs
src/cargo/ops/cargo_rustc/compilation.rs
src/cargo/ops/cargo_rustc/custom_build.rs
src/cargo/ops/cargo_rustc/engine.rs
src/cargo/ops/cargo_rustc/mod.rs
src/cargo/ops/cargo_test.rs
src/cargo/sources/path.rs
src/cargo/util/errors.rs
src/cargo/util/mod.rs
src/cargo/util/paths.rs
src/cargo/util/process_builder.rs
src/cargo/util/toml.rs
src/rustversion.txt
tests/support/mod.rs
tests/test_cargo_bench.rs
tests/test_cargo_compile.rs
tests/test_cargo_compile_custom_build.rs
tests/test_cargo_compile_git_deps.rs
tests/test_cargo_compile_path_deps.rs
tests/test_cargo_publish.rs
tests/test_cargo_test.rs
tests/tests.rs